home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_1331
/
BUTTONCONDACTION on(release, keyPress Space).as
Wrap
Text File
|
2002-05-21
|
258b
|
15 lines
on(release, keyPress "<Space>"){
if(beach == 1 or beach == 3)
{
gotoAndStop(4082);
}
else if(blue == 1 or blue == 3)
{
gotoAndStop(4088);
}
else if(space == 1 or space == 3)
{
gotoAndStop(4090);
}
}